home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
ufw.config
< prev
next >
Wrap
Text File
|
2008-10-08
|
155b
|
12 lines
#!/bin/sh -e
# debconf
. /usr/share/debconf/confmodule
db_version 2.0
if [ -e "/etc/ufw/ufw.rules" ]; then
db_text high ufw/oldrules || true
db_go
fi